home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / sozobon / sozlib15.zoo / sozdistr / doc / new_113.doc < prev    next >
Encoding:
Text File  |  1995-09-11  |  520 b   |  16 lines

  1. This XdLib distribution additionally contains the libs compiled for 32-bit integer size
  2. and the sizeof()-oparator returning unsigned long. cc (Version 2x05) will select the right
  3. one if called with -mlong or --size-t-long.
  4.  
  5. A library name looks like
  6.     <libname><i><t><32>.a
  7. where
  8.     libname: the basic library name
  9.     i:       integer library (no floating point support)
  10.     t:       sizeof() type is unsigned long
  11.     32:      sizeof(int)=4, 32-bit int
  12.  
  13. There is no GEM lib for 32-bit integer.
  14.  
  15. V. Seebode    95/09/10
  16.